os.root.refs (field)
6 uses
os (current package)
root_openat.go#L27: refs int // number of active operations
root_openat.go#L34: if !r.closed && r.refs == 0 {
root_openat.go#L48: r.refs++
root_openat.go#L55: if r.refs <= 0 {
root_openat.go#L58: r.refs--
root_openat.go#L59: if r.closed && r.refs == 0 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |